Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGComponentTransferFunctionElement

Extends SVGElement.

Extended by SVGFEFuncRElement, SVGFEFuncGElement, SVGFEFuncBElement, SVGFEFuncAElement, SVGFEFuncRElement, SVGFEFuncGElement, SVGFEFuncBElement, SVGFEFuncAElement
Properties
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3
Corresponds to value 'discrete'.
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5
Corresponds to value 'gamma'.
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1
Corresponds to value 'identity'.
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4
Corresponds to value 'linear'.
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2
Corresponds to value 'table'.
const unsigned short
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedNumber
amplitude
Corresponds to attribute ‘amplitude’ on the given element.
SVGAnimatedNumber
exponent
Corresponds to attribute ‘exponent’ on the given element.
SVGAnimatedNumber
intercept
Corresponds to attribute ‘intercept’ on the given element.
SVGAnimatedNumber
offset
Corresponds to attribute ‘offset’ on the given ‘stop’ element.
SVGAnimatedNumber
slope
Corresponds to attribute ‘slope’ on the given element.
SVGAnimatedNumberList
tableValues
Corresponds to attribute ‘tableValues’ on the given element.
SVGAnimatedEnumeration
type
Corresponds to attribute ‘type’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.